home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / kernel / lfs / local.mk < prev   
Encoding:
Makefile  |  1992-12-19  |  372 b   |  18 lines

  1. #
  2. # LFS local.mk file.  
  3. #
  4.  
  5. #
  6. # Turn off optimization until we work out the bugs.
  7. #
  8. NOOPTIMIZATION=true
  9.  
  10. CFLAGS += -DLFS_STATS_COLLECT -DERROR_CHECK -DVERIFY_CLEAN
  11. #include <$(SYSMAKEFILE)>
  12.  
  13. CTAGS = true    # i.e. just return success, don't do anything
  14.  
  15. tags:: $(ALLCSRCS) $(HDRS)
  16.     /sprite/cmds/ctags -f tags.here $(CTFLAGS) $(ALLCSRCS) $(HDRS)
  17.     /sprite/src/kernel/fs/fstags
  18.